home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-01 | 1.2 KB | 51 lines | [TEXT/MPS ] |
- /*
- File: MacOSMediaPartitionMap.idl
-
- Contains: MacOS Partition Map Format definitions
-
- Version: Technology: Copland
- Release: Universal Interfaces 3.0d3 on Copland DR1
-
- Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
-
- Bugs?: If you find a problem with this file, send the file and version
- information (from above) and the problem description to:
-
- Internet: apple.bugs@applelink.apple.com
- AppleLink: APPLE.BUGS
-
- */
- #ifndef __MACOSMEDIAPARTITIONMAP_IDL__
- #define __MACOSMEDIAPARTITIONMAP_IDL__
-
- #include <somobj.idl>
- #include <somcls.idl>
-
- #ifndef __TYPES_IDL__
- #include <Types.idl>
- #endif
-
- #ifdef __SOMIDL__
-
- #if FOR_SYSTEM8_PREEMPTIVE
- /*
- * Prior to System 8 these structures are defined in SCSI.h
- */
- /* Signatures */
- /* Driver Descriptor Map */
- typedef SOMLargeStruct Block0; /* Derived from a struct of 512 bytes in size */
-
- /*Driver descriptor*/
- typedef SOMLargeStruct DDMap; /* Derived from a struct of 8 bytes in size */
-
- /* Partition Map Entry */
- /* packed in ".i"*/
- typedef SOMLargeStruct Partition; /* Derived from a struct of 512 bytes in size */
-
- #endif
-
- #endif /* __SOMIDL__ */
-
- #endif /* __MACOSMEDIAPARTITIONMAP_IDL__ */
-
-